1·They provide a means of mutual exclusion (hence the name).
他们提供了一种相互排斥的方法(互斥对象即由此得名)。
2·When mutual exclusion with interrupt handlers is required.
当需要与中断服务程序互斥时。
3·Mutual exclusion can be achieved with the use of a semaphore or mutex.
互斥现象能由使用信号灯或互斥完成。
4·A data structure for mutual exclusion, also known as a binary semaphore.
表现互斥现象的数据结构,也被当作二元信号灯。
5·"Selection for mutual exclusion" is another, preferable designation.
“互斥选择”,是另一种更为可取的叫法。
6·Any access to a collection of events is guarded by a mutual exclusion object.
任何对一组事件的访问都由一个互斥对象来保护。
7·Difference between mutual exclusion and blocked-IO in kernel programming?
在内核编程的互斥和阻塞的IO的区别?
8·It ensures mutual exclusion among threads but also interrupt handling code.
可以保证线程与中断服务代码的互斥。
9·A new algorithm has been proposed to resolve the distributed mutual exclusion problem.
提出了一种新的分布式互斥算法。
10·There's a loophole when synchronizing on a mutable field, however, which can break down mutual exclusion.
然而,易变域的同步中会有一个漏洞,它可能破坏互斥。
1·Any access to a collection of events is guarded by a mutual exclusion object.
任何对一组事件的访问都由一个互斥对象来保护。
2·There's a loophole when synchronizing on a mutable field, however, which can break down mutual exclusion.
然而,易变域的同步中会有一个漏洞,它可能破坏互斥。
3·The primary means of synchronization is the use of synchronized blocks, which provide both mutual exclusion and visibility guarantees.
同步的主要方式就是使用synchronized块,它既提供了互斥又提供了可见性保证。
4·While the semantics of synchronized do include mutual exclusion and atomicity, the reality of what happens prior to monitor entry and after monitor exit is considerably more complicated.
虽然 synchronized 的语义中确实包括互斥和原子性,但在管程进入之前和在管程退出之后发生的事情要复杂得多。
5·When mutual exclusion with interrupt handlers is required.
当需要与中断服务程序互斥时。